projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f731e2f
)
(TAGS): Specify directory when running etags.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 07:01:15 +0000
(07:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 07:01:15 +0000
(07:01 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 55e3304d4452f183565d30738c24affea9ae2e8e..583d57917eaa0ffaea5358413ef8e2c93f5d623d 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-1162,7
+1162,8
@@
relock:
ctagsfiles = [a-zA-Z]*.[hc]
TAGS: $(srcdir)/$(ctagsfiles)
../lib-src/etags --include=TAGS-LISP \
- --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)
+ --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
+ $(srcdir)/$(ctagsfiles)
frc:
TAGS-LISP: frc
$(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \